Schemat bigApi.v1
Element changePasswordRequest
Schemat bigApi.v1 : Element changePasswordRequest
Opis
Żądanie zmiany hasła
Change password request
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Typ
Typ złożony ChangePasswordRequest
Diagram
Element newPassword Element clientId Element requestDateTime Element requestId Sequence Element changePasswordRequest
Przegląd
changePasswordRequest Typ złożony ChangePasswordRequest
Żądanie zmiany hasła
Change password request
Sequence
requestId Typ prosty messageId
Identyfikator żądania
Ciąg znaków identyfikujący komunikat żądania. Nadawany przez system subskrybenta, powinien jednoznacznie identyfikować żądanie w zbiorze żądań przekazanych przez subskrybenta.
Request id
String uniquely identifying the request. Given by the subscriber.
requestDateTime xs:dateTime
Data i czas przesłania żądania
Request date and time
clientId xs:string
Identyfikator subskrybenta
Unikalny identyfikator nadawany przez BIG InfoMonitor każdemu subskrybentowi w ramach systemu.
Subscriber ID
A unique ID assigned by BIG InfoMonitor to any subscriber within the system.
newPassword xs:string
Nowe hało
Hasło, które będzie obowiązywać po zmianie
New password
Password that will be valid after the change
Źródło
<xs:element name="changePasswordRequest" type="ba:ChangePasswordRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Żądanie zmiany hasła</div>
      <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Change password request</div>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Zobacz także
Schemat bigApi.v1